[INFO] cloning repository https://github.com/jakobwesthoff/DialogDetective
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakobwesthoff/DialogDetective" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakobwesthoff%2FDialogDetective", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakobwesthoff%2FDialogDetective'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5c38dbb9895a86865080ca8a9c4b0dd36b659dc5
[INFO] testing jakobwesthoff/DialogDetective against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakobwesthoff%2FDialogDetective" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jakobwesthoff/DialogDetective
[INFO] finished tweaking git repo https://github.com/jakobwesthoff/DialogDetective
[INFO] tweaked toml for git repo https://github.com/jakobwesthoff/DialogDetective written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jakobwesthoff/DialogDetective on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jakobwesthoff/DialogDetective already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nanohtml2text v0.2.1
[INFO] [stderr]   Downloaded ffmpeg-sidecar v2.2.0
[INFO] [stderr]   Downloaded whisper-rs v0.15.1
[INFO] [stderr]   Downloaded regex v1.12.1
[INFO] [stderr]   Downloaded zip v4.6.1
[INFO] [stderr]   Downloaded ureq v3.1.2
[INFO] [stderr]   Downloaded webpki-roots v1.0.3
[INFO] [stderr]   Downloaded regex-syntax v0.8.7
[INFO] [stderr]   Downloaded regex-automata v0.4.12
[INFO] [stderr]   Downloaded whisper-rs-sys v0.14.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a243ad1a111dae6cac689e3e7d8747870c99d37849b567bfb2604301954ddea2
[INFO] running `Command { std: "docker" "start" "-a" "a243ad1a111dae6cac689e3e7d8747870c99d37849b567bfb2604301954ddea2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a243ad1a111dae6cac689e3e7d8747870c99d37849b567bfb2604301954ddea2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a243ad1a111dae6cac689e3e7d8747870c99d37849b567bfb2604301954ddea2", kill_on_drop: false }`
[INFO] [stdout] a243ad1a111dae6cac689e3e7d8747870c99d37849b567bfb2604301954ddea2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5e5ce3fe7c9584bc8578e8d14e600c5dabafd3195b82eca80d2c6c3751fa86b
[INFO] running `Command { std: "docker" "start" "-a" "b5e5ce3fe7c9584bc8578e8d14e600c5dabafd3195b82eca80d2c6c3751fa86b", kill_on_drop: false }`
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling whisper-rs v0.15.1
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling nanohtml2text v0.2.1
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling regex-automata v0.4.12
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling memmap2 v0.9.8
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling infer v0.19.0
[INFO] [stderr]    Compiling hound v3.5.1
[INFO] [stderr]    Compiling ulid v1.2.1
[INFO] [stderr]    Compiling regex v1.12.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling ffmpeg-sidecar v2.2.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling whisper-rs-sys v0.14.1
[INFO] [stderr]    Compiling dialog_detective v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `cache_dir` is never used
[INFO] [stdout]    --> src/cache.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout]  74 | / impl<T> CacheStorage<T>
[INFO] [stdout]  75 | | where
[INFO] [stdout]  76 | |     T: Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]     | |_____________________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |       pub fn cache_dir(&self) -> &PathBuf {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
[INFO] running `Command { std: "docker" "inspect" "b5e5ce3fe7c9584bc8578e8d14e600c5dabafd3195b82eca80d2c6c3751fa86b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5e5ce3fe7c9584bc8578e8d14e600c5dabafd3195b82eca80d2c6c3751fa86b", kill_on_drop: false }`
[INFO] [stdout] b5e5ce3fe7c9584bc8578e8d14e600c5dabafd3195b82eca80d2c6c3751fa86b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dae93bed59c96e9440f4ae4cea7e1fa82e477886bf58e155b849a7e7c8bcc6f4
[INFO] running `Command { std: "docker" "start" "-a" "dae93bed59c96e9440f4ae4cea7e1fa82e477886bf58e155b849a7e7c8bcc6f4", kill_on_drop: false }`
[INFO] [stdout] warning: method `cache_dir` is never used
[INFO] [stdout]    --> src/cache.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout]  74 | / impl<T> CacheStorage<T>
[INFO] [stdout]  75 | | where
[INFO] [stdout]  76 | |     T: Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]     | |_____________________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |       pub fn cache_dir(&self) -> &PathBuf {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dialog_detective v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `cache_dir` is never used
[INFO] [stdout]    --> src/cache.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout]  74 | / impl<T> CacheStorage<T>
[INFO] [stdout]  75 | | where
[INFO] [stdout]  76 | |     T: Serialize + for<'de> Deserialize<'de>,
[INFO] [stdout]     | |_____________________________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 255 |       pub fn cache_dir(&self) -> &PathBuf {
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.65s
[INFO] running `Command { std: "docker" "inspect" "dae93bed59c96e9440f4ae4cea7e1fa82e477886bf58e155b849a7e7c8bcc6f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dae93bed59c96e9440f4ae4cea7e1fa82e477886bf58e155b849a7e7c8bcc6f4", kill_on_drop: false }`
[INFO] [stdout] dae93bed59c96e9440f4ae4cea7e1fa82e477886bf58e155b849a7e7c8bcc6f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 349e9713955974468fe5636ea199267f2631d3172dbf92a24dd061247c4983f3
[INFO] running `Command { std: "docker" "start" "-a" "349e9713955974468fe5636ea199267f2631d3172dbf92a24dd061247c4983f3", kill_on_drop: false }`
[INFO] [stderr] warning: method `cache_dir` is never used
[INFO] [stderr]    --> src/cache.rs:255:12
[INFO] [stderr]     |
[INFO] [stderr]  74 | / impl<T> CacheStorage<T>
[INFO] [stderr]  75 | | where
[INFO] [stderr]  76 | |     T: Serialize + for<'de> Deserialize<'de>,
[INFO] [stderr]     | |_____________________________________________- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 255 |       pub fn cache_dir(&self) -> &PathBuf {
[INFO] [stderr]     |              ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dialog_detective` (lib) generated 1 warning
[INFO] [stderr] warning: `dialog_detective` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dialog_detective-9df9c25fdfaface3)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test cache::tests::test_sanitize_name ... ok
[INFO] [stdout] test file_resolver::tests::test_scan_nonexistent_directory ... ok
[INFO] [stdout] test file_operations::tests::test_sanitize_filename ... ok
[INFO] [stdout] test file_operations::tests::test_format_filename ... ok
[INFO] [stdout] test file_operations::tests::test_replace_with_padding ... ok
[INFO] [stdout] test file_resolver::tests::test_scan_file_instead_of_directory ... ok
[INFO] [stdout] test temp::tests::test_create_temp_file ... ok
[INFO] [stdout] test temp::tests::test_multiple_temp_files_unique ... ok
[INFO] [stdout] test temp::tests::test_temp_guard_path ... ok
[INFO] [stdout] test temp::tests::test_temp_file_cleanup_on_drop ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dialog_detective-ee305aa9aee9c13b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dialog_detective
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/audio_extraction.rs - audio_extraction::audio_from_video (line 85) ... ignored
[INFO] [stdout] test src/cache.rs - cache::CacheStorage<T>::clean (line 271) ... ignored
[INFO] [stdout] test src/cache.rs - cache::CacheStorage<T>::load (line 142) ... ignored
[INFO] [stdout] test src/cache.rs - cache::CacheStorage<T>::open (line 97) ... ignored
[INFO] [stdout] test src/cache.rs - cache::CacheStorage<T>::remove (line 236) ... ignored
[INFO] [stdout] test src/cache.rs - cache::CacheStorage<T>::store (line 198) ... ignored
[INFO] [stdout] test src/file_resolver.rs - file_resolver::compute_video_hash (line 124) ... ignored
[INFO] [stdout] test src/metadata_retrieval/cached.rs - metadata_retrieval::cached::CachedMetadataProvider<P>::new (line 37) ... ignored
[INFO] [stdout] test src/model_downloader.rs - model_downloader::ensure_model_available (line 106) ... ignored
[INFO] [stdout] test src/speech_to_text.rs - speech_to_text::audio_to_text (line 69) ... ignored
[INFO] [stdout] test src/temp.rs - temp::create_temp_file (line 69) ... ignored
[INFO] [stdout] test src/lib.rs - investigate_case (line 273) - compile ... ok
[INFO] [stdout] test src/file_operations.rs - file_operations::format_filename (line 68) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/file_operations.rs - file_operations::format_filename (line 68) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `format_filename` in this scope
[INFO] [stdout]   --> src/file_operations.rs:69:14
[INFO] [stdout]    |
[INFO] [stdout] 69 | let result = format_filename(
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 68 + use dialog_detective::format_filename;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/file_operations.rs - file_operations::format_filename (line 68)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 11 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.40s; merged doctests compilation took 0.13s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "349e9713955974468fe5636ea199267f2631d3172dbf92a24dd061247c4983f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "349e9713955974468fe5636ea199267f2631d3172dbf92a24dd061247c4983f3", kill_on_drop: false }`
[INFO] [stdout] 349e9713955974468fe5636ea199267f2631d3172dbf92a24dd061247c4983f3
